home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
fract
/
fu1_61.lha
/
Formulas
/
Q.Form
< prev
next >
Wrap
Text File
|
1994-07-11
|
338b
|
38 lines
Q
{
{
x1=-2.0
x2= 2.0
y1=-1.75
y2= 1.75
par1.r=0.01
par1.i=0.0
par2.r=0.01
par2.i=0.0
par3.r=2.0
par3.i=0.0
bailout=4.0
}
{
z=pixel
c=pixel
}
{
z=pow (z,par3)
c=c+z
c=c+par1
t=par2/z
c=c-t
z=z-c
w=abs(z)
}
{
w>bailout
}
{
PAR1-SUMMAND OF C
PAR2-DIVISOR OF Z
PAR3-POTENZ OF Z
}
}